home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / scribble.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-02-20  |  100 b   |  6 lines

  1. on(release){
  2.    _root.cursor.removeMovieClip();
  3.    stopAllSounds();
  4.    _root.gotoAndPlay(1);
  5. }
  6.